home *** CD-ROM | disk | FTP | other *** search
- object FrmAccountTest: TFrmAccountTest
- Left = 192
- Top = 107
- Width = 263
- Height = 316
- Caption = 'Account Test'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblBalance: TLabel
- Left = 25
- Top = 232
- Width = 39
- Height = 13
- Caption = 'Balance'
- end
- object ListBox1: TListBox
- Left = 14
- Top = 32
- Width = 225
- Height = 185
- ItemHeight = 13
- TabOrder = 0
- end
- object edtBalance: TEdit
- Left = 115
- Top = 227
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = '0'
- end
- end
-